home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 September / Chip_2002-09_cd1.bin / zkuste / delphi / kompon / d456 / TMIDIGEN.ZIP / Delphi Install.txt < prev    next >
Text File  |  2002-05-31  |  1KB  |  56 lines

  1. Component: TMidiGen V2.0
  2. ---------
  3.  
  4. Author: Alan Warriner - alan.warriner@bigfoot.com
  5. ------                    http://www.alan-warriner.co.uk
  6.  
  7. Installation
  8. ------------
  9.  
  10. Delphi 4
  11. --------
  12.  
  13. Unzip the Delphi archive.
  14.  
  15. Copy the MidiGen.dcu and TMidiGen.dcp files to the ..Delphi\Lib folder.
  16.  
  17. Copy TMidiGen.bpl to ..Delphi\Bin folder
  18.  
  19. Start Delphi and select:
  20.  
  21. Component -> Install Packages
  22.  
  23.     Click on Add
  24.  
  25.     Browse to the location of TMidiGen.bpl (..Delphi\Bin)
  26.  
  27.     Select TMidiGen.bpl
  28.  
  29.     OK all the way back to Delphi
  30.  
  31. TMidiGen should now be installed on the Samples Palette.
  32.  
  33.  
  34. Other Versions Of Delphi
  35. ------------------------
  36.  
  37. Extract the Delphi Component Source.zip files (MidiGen.pas, TMidiGen.res & TMidiGen.dpk) into a folder.
  38.  
  39. Start Delphi
  40.  
  41. Select the File -> Open Project menu option.
  42.  
  43. Select files of type Delphi Package (*.dpk) from the File Open dialog.
  44.  
  45. Browse to the folder where the files were un-zipped.
  46.  
  47. Select TMidiGen.dpk
  48.  
  49. From the small dialog which appears select Compile.
  50.  
  51. The compiler will complain that it needs VCLx.y or something similar, select OK.
  52.  
  53. When compilation is complete select Install.
  54.  
  55.  
  56.